home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / latex209 / contrib / schulzrinne / schulzrinne.sty < prev    next >
Text File  |  1991-08-08  |  695b  |  18 lines

  1. %%%%%%%%%%%%%%%%% cut here--start of Schulzrinne.sty %%%%%%%%%%%%%%%%
  2. % Schulzrinne.sty--provide for blank pages between chapters
  3. % This redefinition of the \cleardoublepage command provides
  4. % for a special pagestyle for the "extra" pages which are generated
  5. % to ensure that the chapter opener is on a recto page.
  6. % The pagestyle is "chapterverso"; for many publishers, this should be
  7. % identical to "empty", so that's the default.
  8. \def\cleardoublepage{\clearpage
  9.  \if@twoside
  10.   \ifodd\c@page\else
  11.    \null\thispagestyle{chapterverso}\newpage
  12.    \if@twocolumn\null\newpage\fi
  13.    \fi
  14.   \fi
  15.  }%
  16. \def\ps@chapterverso{\ps@empty}%
  17. %%%%%%%%%%%%%%%%% cut here--end of Schulzrinne.sty %%%%%%%%%%%%%%%%
  18.